
/*-----------------------图片组件---------------------*/

@media not screen and (max-width: 768px) , screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {    .img-box{
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
    }
    .img-box .title {
        text-align: center;
        width: 1315px;
        margin: auto;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .img-box .title-h1 {
        font-size: 28px;
        font-family: Helvetica;
        color: #181818;
        line-height: 38px;
    }

    .img-box .title-description {
        height: 20px;
        font-size: 16px;
        font-family: Helvetica;
        color: #999999;
        line-height: 17px;
        margin: 15px 0;
    }
    .img-box .img-contain{
        width: 1315px;
        text-align: center;
        margin: auto;
    }
    .img-box .img-contain img{
        width: 1315px;
        object-fit: contain;
        margin:auto;
    }
}

@media screen and (max-width: 768px) {
    .img-box{
        /*width: 1920px;*/
        width: 100%;
        margin: auto;
        padding: .5rem 0.24rem;
        box-sizing: border-box;
    }
    .img-box .title {
        font-size: 0.32rem;
        font-family: PingFang SC;
        text-align: center;
        margin-bottom: .2rem;
    }
    .img-box .title-h1 {
        font-size: 0.4rem;
        font-family: PingFang SC;
        font-weight: 800;
        color: #000000;
        line-height: 0.49rem;
        margin-bottom: .1rem;
    }

    .img-box .title-description {
        font-size: .2rem;
        font-family: Helvetica;
        color: #999999;
        line-height: .25rem;
    }
    .img-box .img-contain{
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .img-box .img-contain img{
        width: 100%;
        object-fit: contain;
        margin:auto;
    }
}
